home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / OGLT / Makefile < prev    next >
Makefile  |  1996-11-11  |  576b  |  25 lines

  1. SHELL=/bin/sh
  2.  
  3. # WARNING!  
  4. # The OGLT subtree is now activated for recompiles in
  5. #   OGLT/Examples/GIS/src/
  6. #   OGLT/Examples/ImageProcessing/src/
  7. #   OGLT/Examples/ImageProcessing/src.shakib/
  8. #   OGLT/Examples/TerrainFollowing/src/
  9. #   OGLT/Examples/TerrainFollowing/src.hansen/
  10. #   OGLT/Examples/Video/src/
  11. #   OGLT/Examples/VolumeRendering/src/
  12. #
  13. # To deactivate automatic recompilation, edit the file
  14. #     tutorials/Makefile    (equivalent to ../Makefile)
  15.  
  16.  
  17. all:
  18.     cd Examples; $(MAKE) 
  19.                 
  20. clean:
  21.     cd Examples; $(MAKE) clean
  22.                 
  23. clobber:
  24.     cd Examples; $(MAKE) clobber
  25.